-
Notifications
You must be signed in to change notification settings - Fork 791
[SYCL] Use %t.dir for DeviceImageDependencies tests #20372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SYCL] Use %t.dir for DeviceImageDependencies tests #20372
Conversation
@maarquitos14, what about this comment: #20343 (comment)? |
My understanding of that comment is that @aelovikov-intel asked to remove those two commands while we were using the workaround, but now that you bring it up I'm not so sure. Please, @aelovikov-intel, can you confirm? Actually, I think what's missing is the |
|
@intel/llvm-gatekeepers I think these should be unrelated. My PR is only changing 4 SYCL E2E tests, which are none of these. Can this be merged? |
|
SYCL :: KernelCompiler/sycl_device_globals.cpp on CUDA reported in #20408. |
Last pulldown pulled the deprecation of
%T
for llvm-lit, and DeviceImageDependencies tests were using it. It was reported that%t.dir
wasn't working for these tests in the pulldown PR (#20343 (comment)), and a workaround was made to make them pass provisionally. This patch moves to%t.dir
as it's the standard way after%T
removal.